home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / ppp / dp-2.3 / script / Makefile next >
Encoding:
Makefile  |  1993-01-20  |  603 b   |  27 lines

  1. include ../conf/dp.conf
  2.  
  3. SCRIPT_FILES=ppp-login t1600-dial t3000-dial wb-dial
  4. INST_FILES=${DPSCRIPT_DIR}/ppp-login    \
  5.        ${DPSCRIPT_DIR}/t1600-dial    \
  6.        ${DPSCRIPT_DIR}/t3000-dial    \
  7.        ${DPSCRIPT_DIR}/wb-dial
  8.  
  9. all:    $(PROGS)
  10.  
  11. install:    ${INST_FILES}
  12.  
  13. ${DPSCRIPT_DIR}/ppp-login:    ppp-login
  14.     install -c -m 444 ppp-login ${DPSCRIPT_DIR}
  15. ${DPSCRIPT_DIR}/t1600-dial:    t1600-dial
  16.     install -c -m 444 t1600-dial ${DPSCRIPT_DIR}
  17. ${DPSCRIPT_DIR}/t3000-dial:    t3000-dial
  18.     install -c -m 444 t3000-dial ${DPSCRIPT_DIR}
  19. ${DPSCRIPT_DIR}/wb-dial:    wb-dial
  20.     install -c -m 444 wb-dial ${DPSCRIPT_DIR}
  21.  
  22. clean:
  23.  
  24. lint:
  25.  
  26. depend:
  27.